home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #11 / Amiga Plus CD - 2002 - No. 11.iso / Sound / EasyACDDA / Docs / Nice.doc < prev   
Text File  |  2002-10-28  |  2KB  |  62 lines

  1.  
  2.                  Nice
  3.  
  4.  
  5.      NAME
  6.         Nice - executes a command at another task priority.
  7.  
  8.      SYNOPSIS
  9.         Nice -S=STICKY/S,PRI=PRIORITY/N/K,
  10.           ABS=ABSOLUTE/S,CMD=COMMAND/F
  11.  
  12.      DESCRIPTION
  13.         Nice executes a command at a different task priority.
  14.     Why?  I run a file manager at task priority 1, so it
  15.     performs faster.  However, any programs I launch with it
  16.     also inherit this higher-than-normal task priority, so
  17.     all my programs launched from somewhere else (eg Workbench)
  18.     run slowly (or not at all).  This program reduces the
  19.     task priority before running the new program.
  20.  
  21.         By default, the task priority is reduced by 3.  If a
  22.     value is supplied for the PRIORITY argument, then the
  23.     prioirty will be changed by that amount instead.
  24.  
  25.         If the ABSOLUTE switch is supplied, then the priority
  26.     will be taken as absolute, rather than relative.  (i.e.
  27.     the current task priority will be considered to be 0>
  28.  
  29.         After the command has finished, the task priority will
  30.     be restored to its former value, unless the STICKY switch
  31.     is supplied.
  32.  
  33.      EXAMPLE
  34.  
  35.         1. To extract myarchive.gz at a task priority 3 below
  36.         the current
  37.  
  38.     Nice gzip myarchive.gz
  39.  
  40.  
  41.         2. To extract myarchive.gz at a task priority 5 below
  42.         the current
  43.  
  44.     Nice PRI=-5 gzip myarchive.gz
  45.  
  46.  
  47.         3. To extract myarchive.gz at task priority -5
  48.  
  49.     Nice PRI=-5 ABS gzip myarchive.gz
  50.  
  51.  
  52.         4. To extract myarchive.gz.  (A daft example)
  53.  
  54.     Nice PRI=0 ABS gzip myarchive.gz
  55.  
  56.  
  57.      COPYRIGHT
  58.     This program and man file is Copyright 1996 Tak Tang.  You
  59.      may copy and redistribute them together provided that they
  60.      are unmodified.  You may re-archive them for distribution.
  61.  
  62.